Conversation
* putSurcharge Interface and Usecase created and exported * index files are updated main for new api, others for module exporting * putSurchargeInterface created with request * domain index updated * putSurchargeUsecase created with request and SurchargeStatus * PutSurhcargeRepository created with request * missing module export fixed * rate recalculation added to putSurchargeUsecase * GetSurchargeRepository, Usecase and Interface fixed to return image name * PutSurcharge interface, Usecase and Repository updated * putSurchargeUsecase updated to recieve totalAmount and surchargeAmount together * GetAllSurcharges return image name * GetImageInterface created and exported with model * GetImageUsecase created and exported along with request/response entity * GetImageRepository created with DTO and exported * getSurcharges Usecase and Interface with Response updated to return id, also getSurchargeUsecase * PutSurchargeRepository updated * GetImageInterface and repository updated * action parameter added to put surcharge api to specify rejection or confirmation of the surcarge * comment out * iamge api added to admin dashboard * rate calculator updated * image interface export indes.ts moved * PutSurchargeRepository updated to move image on confirmation or rejection to specific folders * GetImageRepository updated to return image from any folder of the bucket * comment out * name added * rateCalculatorHelper fixed to be applied in PutSurcharge api * Sample code of overload. --------- Co-authored-by: Bonsung Koo <developer@bonsung.me>
* GetPlacesUsecase updated, also PlaceDTO and Place type * GetPlacesRepository updated along with GetPlacesRepositoryResponse and PostPlaceRepositoryRequest * getPlacesWithSurchargesInterface crated, introduced into index and exported * totalAmount, surchargeAmount and reportedDate added to getPlacesWithSurchargesInterface * GetPlaces api updated
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.